func golang.org/x/net/http2.asciiEqualFold
8 uses
golang.org/x/net/http2 (current package)
ascii.go#L15: func asciiEqualFold(s, t string) bool {
server.go#L3125: if asciiEqualFold(k, "content-length") ||
server.go#L3126: asciiEqualFold(k, "content-encoding") ||
server.go#L3127: asciiEqualFold(k, "trailer") ||
server.go#L3128: asciiEqualFold(k, "te") ||
server.go#L3129: asciiEqualFold(k, "expect") ||
server.go#L3130: asciiEqualFold(k, "host") {
transport.go#L2509: if cs.requestedGzip && asciiEqualFold(res.Header.Get("Content-Encoding"), "gzip") {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)